home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / TwinOpus2 / REXX / DOpus / StopTwinHandler.rexx < prev    next >
OS/2 REXX Batch file  |  1994-10-13  |  357b  |  15 lines

  1. /*
  2.  *
  3.  * Stop the handler which deals with the Double-click.
  4.  *
  5.  * (c) 1994 by K.P. van Beem (2:280/464.2, patrick.van.beem@aobh.xs4all.nl)
  6.  *
  7.  * Based on the DOpusLhaARexx package by Geoff Seeley (but you can better
  8.  * use GuiArc in stead of DOpus and a script, to deal with archives)
  9.  *
  10.  */
  11.  
  12. if show('p', 'TWIN.1') then do
  13.    address 'TWIN.1' 'CLOSE'
  14. end
  15.